﻿2026-07-23T09:35:45.9324004Z ##[group]Run actions/checkout@v5
2026-07-23T09:35:45.9324504Z with:
2026-07-23T09:35:45.9324815Z   repository: BigscreenVR/spt-bs-core
2026-07-23T09:35:45.9327275Z   token: ***
2026-07-23T09:35:45.9327584Z   ssh-strict: true
2026-07-23T09:35:45.9327877Z   ssh-user: git
2026-07-23T09:35:45.9328170Z   persist-credentials: true
2026-07-23T09:35:45.9328501Z   clean: true
2026-07-23T09:35:45.9328846Z   sparse-checkout-cone-mode: true
2026-07-23T09:35:45.9329211Z   fetch-depth: 1
2026-07-23T09:35:45.9329506Z   fetch-tags: false
2026-07-23T09:35:45.9329819Z   show-progress: true
2026-07-23T09:35:45.9330149Z   lfs: false
2026-07-23T09:35:45.9330434Z   submodules: false
2026-07-23T09:35:45.9330737Z   set-safe-directory: true
2026-07-23T09:35:45.9331093Z   allow-unsafe-pr-checkout: false
2026-07-23T09:35:45.9331440Z env:
2026-07-23T09:35:45.9331727Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-23T09:35:45.9332099Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-23T09:35:45.9332451Z ##[endgroup]
2026-07-23T09:35:46.1116615Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T09:35:46.1117930Z ##[group]Getting Git version info
2026-07-23T09:35:46.1118455Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-23T09:35:46.1438001Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-23T09:35:46.1645165Z git version 2.43.0.windows.1
2026-07-23T09:35:46.1668278Z ##[endgroup]
2026-07-23T09:35:46.1675972Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2843204e-018a-4888-a6b8-4f9704a7a6f8\.gitconfig'
2026-07-23T09:35:46.1688715Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2843204e-018a-4888-a6b8-4f9704a7a6f8' before making global git config changes
2026-07-23T09:35:46.1689632Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T09:35:46.1693421Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-23T09:35:46.2005870Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-23T09:35:46.2204830Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T09:35:46.2227702Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T09:35:46.2231522Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T09:35:46.2501583Z refs/heads/main
2026-07-23T09:35:46.2524040Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-23T09:35:46.2920328Z HEAD is now at be6884f4 Merge pull request #65 from BigscreenVR/docs/release-hygiene-mechanisms
2026-07-23T09:35:46.4017200Z ##[endgroup]
2026-07-23T09:35:46.4021469Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-23T09:35:46.7695936Z ##[group]Cleaning the repository
2026-07-23T09:35:46.7699879Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-23T09:35:56.1899992Z Removing .adapter-notify/
2026-07-23T09:35:56.1900469Z Removing target/
2026-07-23T09:35:56.1933623Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-23T09:35:56.2478080Z HEAD is now at be6884f4 Merge pull request #65 from BigscreenVR/docs/release-hygiene-mechanisms
2026-07-23T09:35:56.2500580Z ##[endgroup]
2026-07-23T09:35:56.2504672Z ##[group]Disabling automatic garbage collection
2026-07-23T09:35:56.2509451Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-23T09:35:56.2742563Z ##[endgroup]
2026-07-23T09:35:56.2742971Z ##[group]Setting up auth
2026-07-23T09:35:56.2748724Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-23T09:35:56.2968266Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-23T09:35:56.6926134Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T09:35:56.7165022Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-23T09:35:57.1123942Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T09:35:57.1363005Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-23T09:35:57.5269457Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-23T09:35:57.5575741Z ##[endgroup]
2026-07-23T09:35:57.5576181Z ##[group]Fetching the repository
2026-07-23T09:35:57.5582809Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2342fd631f1feabcbd4405eac49da2e5c31beee5:refs/remotes/origin/main
2026-07-23T09:35:58.3260539Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T09:35:58.3261112Z  + be6884f4...2342fd63 2342fd631f1feabcbd4405eac49da2e5c31beee5 -> origin/main  (forced update)
2026-07-23T09:35:58.3458392Z ##[endgroup]
2026-07-23T09:35:58.3458771Z ##[group]Determining the checkout info
2026-07-23T09:35:58.3459742Z ##[endgroup]
2026-07-23T09:35:58.3464826Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-23T09:35:58.3733464Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-23T09:35:58.3992377Z ##[group]Checking out the ref
2026-07-23T09:35:58.3992818Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-23T09:35:58.5042722Z branch 'main' set up to track 'origin/main'.
2026-07-23T09:35:58.5043035Z Your branch is up to date with 'origin/main'.
2026-07-23T09:35:58.5043507Z Previous HEAD position was be6884f4 Merge pull request #65 from BigscreenVR/docs/release-hygiene-mechanisms
2026-07-23T09:35:58.5043907Z Switched to and reset branch 'main'
2026-07-23T09:35:58.5067013Z ##[endgroup]
2026-07-23T09:35:58.5322157Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-23T09:35:58.5565074Z 2342fd631f1feabcbd4405eac49da2e5c31beee5
